home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / Kant Pro source Folder / Kant Pro 1.1 ƒ / Shell ƒ / resource utilities.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-14  |  399 b   |  8 lines  |  [TEXT/MMCC]

  1. OSErr OpenTheResFile(FSSpec* fs, short* oldRefNum, short* newRefNum, Boolean* alreadyOpen,
  2.     Boolean readOnly);
  3. void CloseTheResFile(short oldRefNum, short newRefNum, Boolean alreadyOpen);
  4. Handle SafeReleaseResource(Handle resHandle);
  5. OSErr AddIndString(StringPtr theStr, short resID);
  6. OSErr DeleteIndString(short resID, short index);
  7. OSErr SetIndString(StringPtr theStr,short resID,short strIndex);
  8.